home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11771 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  912 b 

  1. Path: news.uiowa.edu!usenet
  2. From: Artur Wojdat <awojdat@lava.weeg.uiowa.edu>
  3. Newsgroups: comp.unix.programmer,comp.lang.c
  4. Subject: Q: Size of a program
  5. Date: Tue, 26 Mar 1996 08:56:07 -0800
  6. Organization: University of Iowa, Iowa City, IA, USA
  7. Distribution: world
  8. Message-ID: <315821A7.3C8E@lava.weeg.uiowa.edu>
  9. NNTP-Posting-Host: 128.255.149.126
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Hello everybody,
  16.     I have bunch of programs designed to query Sybase and print the 
  17. results. Nothing special about that but the source code for most of them 
  18. takes up about 2K of disk space and compiled version ... over 600K !!!
  19.     We have some limitations on our system and I am not able to have 
  20. all my programs compiled. So, is there a way to make the executables 
  21. shrink in size ?? Any suggestions will be greatly appreciated
  22.                     Art ..
  23.